<nxml>	
	<xu:modifications xmlns:xu="http://nexaweb.com/xupdate"> 
		<xu:append select="/nxml">
		<rootPane>
		    <dialog text="New Dialog" id="mydialog" centered="true" focused="true" minimizable="false" resizable="false" title="Chart Dialog" width="555" height="442" maximizable="true">
				<borderLayout/>
				<panel borderPosition="south">
				    <button height="25" x="90" y="40" text="OK" width="70"/>
				    <button height="25" text="Cancel" width="70" onCommand="#closedialog"/>
				    <flowLayout align="end"/>
				</panel>
			    <chart borderPosition="center">
					<labelAxis type="time" format="MMM" min="Jan" interval="1 month"/>
					<valueAxis format="$##.##"/>
					<content borderColor="black" borderWidth="1" borderStyle="outset">
					    <series points="50,100,200,300,500,450,350" id="series_jim" text="Jane Doe"/>
					</content>
					<legend/>
					<label width="100" height="20" borderPosition="north" justifyh="center" text="Chart Title - Sales Revenue" fontname="Dialog" fontsize="14" fontstyle="bold"/>
					<label width="100" height="20" x="0" y="0" borderPosition="south" justifyh="center" text="Months"/>
			    </chart>
		    </dialog>
		</rootPane>
		</xu:append>
	</xu:modifications>
</nxml>
